<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#older{display: none;}
/* ==========================================================================
   Component: Base
 ============================================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Set &lt;html&gt; and &lt;body&gt; to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
/* Remove default margin. */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template,
script {
  display: none;
}
/* Links
   ========================================================================== */
/* Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent;
}
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
     ========================================================================== */
/* Remove text-decoration */
ins,
a {
  text-decoration: none;
}
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}
/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}
/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}
/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  */
img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}
/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   Component:Hanweb Base
 ============================================================================ */
/**
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 * NOTE: IE9 &amp; IE10 do not recognize `rem` units when used with the `font` shorthand property.
 */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  background: #ffffff;
  font-family: 'STHeiti Light [STXihei]', 'Microsoft Yahei', SimSun, STHeiti, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6; 
  color: #333333;
  font-size:13px;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
/* links */
a {
  color: #3d3d3d;
}
a:hover,
a:focus {
  color: #171717;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 10px 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 10px;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 100%;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2em;
}
/* List
   ========================================================================== */
/* Ordered and unordered lists */
ul,
ol {
  padding-left: 2em;
}
/* Reset margin for nested lists */
ul &gt; li &gt; ul,
ul &gt; li &gt; ol,
ol &gt; li &gt; ol,
ol &gt; li &gt; ul {
  margin: 1em 0;
}
hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* iframe */
iframe {
  border: 0;
}
/* ==========================================================================
   Component: Table
 ============================================================================ */
table {
  max-width: 100%;
  background-color: transparent;
  empty-cells: show;
}
th {
  text-align: left;
}
.bt-table {
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
  border-collapse: separate;
}
.bt-table &gt; thead &gt; tr &gt; th,
.bt-table &gt; tbody &gt; tr &gt; th,
.bt-table &gt; tfoot &gt; tr &gt; th,
.bt-table &gt; thead &gt; tr &gt; td,
.bt-table &gt; tbody &gt; tr &gt; td,
.bt-table &gt; tfoot &gt; tr &gt; td {
  padding: 0.7rem;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bt-table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}
.bt-table &gt; caption + thead &gt; tr:first-child &gt; th,
.bt-table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.bt-table &gt; thead:first-child &gt; tr:first-child &gt; th,
.bt-table &gt; caption + thead &gt; tr:first-child &gt; td,
.bt-table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.bt-table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.bt-table &gt; tbody + tbody tr:first-child td {
  border-top: 2px solid #dddddd;
}
/* Bordered version */
.bt-table-bordered {
  border: 1px solid #dddddd;
}
.bt-table-bordered &gt; thead &gt; tr &gt; th,
.bt-table-bordered &gt; tbody &gt; tr &gt; th,
.bt-table-bordered &gt; tfoot &gt; tr &gt; th,
.bt-table-bordered &gt; thead &gt; tr &gt; td,
.bt-table-bordered &gt; tbody &gt; tr &gt; td,
.bt-table-bordered &gt; tfoot &gt; tr &gt; td {
  border-left: 1px solid #dddddd;
}
.bt-table-bordered &gt; thead &gt; tr &gt; th:first-child,
.bt-table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.bt-table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.bt-table-bordered &gt; thead &gt; tr &gt; td:first-child,
.bt-table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.bt-table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: none;
}
/* Border-radius version */
.bt-table-radius {
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.bt-table-radius &gt; thead &gt; tr:first-child &gt; th:first-child,
.bt-table-radius &gt; thead &gt; tr:first-child &gt; td:first-child {
  border-top-left-radius: 2px;
  border-left: none;
}
.bt-table-radius &gt; thead &gt; tr:first-child &gt; th:last-child,
.bt-table-radius &gt; thead &gt; tr:first-child &gt; td:last-child {
  border-top-right-radius: 2px;
  border-right: none;
}
.bt-table-radius &gt; tbody &gt; tr &gt; th:first-child,
.bt-table-radius &gt; tbody &gt; tr &gt; td:first-child {
  border-left: none;
}
.bt-table-radius &gt; tbody &gt; tr &gt; th:last-child,
.bt-table-radius &gt; tbody &gt; tr &gt; td:last-child {
  border-right: none;
}
.bt-table-radius &gt; tbody &gt; tr:last-child &gt; th,
.bt-table-radius &gt; tbody &gt; tr:last-child &gt; td {
  border-bottom: none;
}
.bt-table-radius &gt; tbody &gt; tr:last-child &gt; th:first-child,
.bt-table-radius &gt; tbody &gt; tr:last-child &gt; td:first-child {
  border-bottom-left-radius: 2px;
}
.bt-table-radius &gt; tbody &gt; tr:last-child &gt; th:last-child,
.bt-table-radius &gt; tbody &gt; tr:last-child &gt; td:last-child {
  border-bottom-right-radius: 2px;
}
/* Zebra-striping */
.bt-table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.bt-table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}
/* Hover effect */
.bt-table-hover &gt; tbody &gt; tr:hover &gt; td,
.bt-table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #e9e9e9;
}
.bt-table &gt; thead &gt; tr &gt; td.bt-active,
.bt-table &gt; tbody &gt; tr &gt; td.bt-active,
.bt-table &gt; tfoot &gt; tr &gt; td.bt-active,
.bt-table &gt; thead &gt; tr &gt; th.bt-active,
.bt-table &gt; tbody &gt; tr &gt; th.bt-active,
.bt-table &gt; tfoot &gt; tr &gt; th.bt-active,
.bt-table &gt; thead &gt; tr.bt-active &gt; td,
.bt-table &gt; tbody &gt; tr.bt-active &gt; td,
.bt-table &gt; tfoot &gt; tr.bt-active &gt; td,
.bt-table &gt; thead &gt; tr.bt-active &gt; th,
.bt-table &gt; tbody &gt; tr.bt-active &gt; th,
.bt-table &gt; tfoot &gt; tr.bt-active &gt; th {
  background-color: #ffffdd;
}
.bt-table &gt; thead &gt; tr &gt; td.bt-disabled,
.bt-table &gt; tbody &gt; tr &gt; td.bt-disabled,
.bt-table &gt; tfoot &gt; tr &gt; td.bt-disabled,
.bt-table &gt; thead &gt; tr &gt; th.bt-disabled,
.bt-table &gt; tbody &gt; tr &gt; th.bt-disabled,
.bt-table &gt; tfoot &gt; tr &gt; th.bt-disabled,
.bt-table &gt; thead &gt; tr.bt-disabled &gt; td,
.bt-table &gt; tbody &gt; tr.bt-disabled &gt; td,
.bt-table &gt; tfoot &gt; tr.bt-disabled &gt; td,
.bt-table &gt; thead &gt; tr.bt-disabled &gt; th,
.bt-table &gt; tbody &gt; tr.bt-disabled &gt; th,
.bt-table &gt; tfoot &gt; tr.bt-disabled &gt; th {
  color: #999999;
}
.bt-table &gt; thead &gt; tr &gt; td.bt-primary,
.bt-table &gt; tbody &gt; tr &gt; td.bt-primary,
.bt-table &gt; tfoot &gt; tr &gt; td.bt-primary,
.bt-table &gt; thead &gt; tr &gt; th.bt-primary,
.bt-table &gt; tbody &gt; tr &gt; th.bt-primary,
.bt-table &gt; tfoot &gt; tr &gt; th.bt-primary,
.bt-table &gt; thead &gt; tr.bt-primary &gt; td,
.bt-table &gt; tbody &gt; tr.bt-primary &gt; td,
.bt-table &gt; tfoot &gt; tr.bt-primary &gt; td,
.bt-table &gt; thead &gt; tr.bt-primary &gt; th,
.bt-table &gt; tbody &gt; tr.bt-primary &gt; th,
.bt-table &gt; tfoot &gt; tr.bt-primary &gt; th {
  color: #292929;
  background-color: rgba(61, 61, 61, 0.115);
}
.bt-table &gt; thead &gt; tr &gt; td.bt-success,
.bt-table &gt; tbody &gt; tr &gt; td.bt-success,
.bt-table &gt; tfoot &gt; tr &gt; td.bt-success,
.bt-table &gt; thead &gt; tr &gt; th.bt-success,
.bt-table &gt; tbody &gt; tr &gt; th.bt-success,
.bt-table &gt; tfoot &gt; tr &gt; th.bt-success,
.bt-table &gt; thead &gt; tr.bt-success &gt; td,
.bt-table &gt; tbody &gt; tr.bt-success &gt; td,
.bt-table &gt; tfoot &gt; tr.bt-success &gt; td,
.bt-table &gt; thead &gt; tr.bt-success &gt; th,
.bt-table &gt; tbody &gt; tr.bt-success &gt; th,
.bt-table &gt; tfoot &gt; tr.bt-success &gt; th {
  color: #5eb95e;
  background-color: rgba(94, 185, 94, 0.115);
}
.bt-table &gt; thead &gt; tr &gt; td.bt-warning,
.bt-table &gt; tbody &gt; tr &gt; td.bt-warning,
.bt-table &gt; tfoot &gt; tr &gt; td.bt-warning,
.bt-table &gt; thead &gt; tr &gt; th.bt-warning,
.bt-table &gt; tbody &gt; tr &gt; th.bt-warning,
.bt-table &gt; tfoot &gt; tr &gt; th.bt-warning,
.bt-table &gt; thead &gt; tr.bt-warning &gt; td,
.bt-table &gt; tbody &gt; tr.bt-warning &gt; td,
.bt-table &gt; tfoot &gt; tr.bt-warning &gt; td,
.bt-table &gt; thead &gt; tr.bt-warning &gt; th,
.bt-table &gt; tbody &gt; tr.bt-warning &gt; th,
.bt-table &gt; tfoot &gt; tr.bt-warning &gt; th {
  color: #f37b1d;
  background-color: rgba(243, 123, 29, 0.115);
}
.bt-table &gt; thead &gt; tr &gt; td.bt-danger,
.bt-table &gt; tbody &gt; tr &gt; td.bt-danger,
.bt-table &gt; tfoot &gt; tr &gt; td.bt-danger,
.bt-table &gt; thead &gt; tr &gt; th.bt-danger,
.bt-table &gt; tbody &gt; tr &gt; th.bt-danger,
.bt-table &gt; tfoot &gt; tr &gt; th.bt-danger,
.bt-table &gt; thead &gt; tr.bt-danger &gt; td,
.bt-table &gt; tbody &gt; tr.bt-danger &gt; td,
.bt-table &gt; tfoot &gt; tr.bt-danger &gt; td,
.bt-table &gt; thead &gt; tr.bt-danger &gt; th,
.bt-table &gt; tbody &gt; tr.bt-danger &gt; th,
.bt-table &gt; tfoot &gt; tr.bt-danger &gt; th {
  color: #dd514c;
  background-color: rgba(221, 81, 76, 0.115);
}


/*é¡¹ç›®éƒ¨ 2016.06.13 */
/*è¯´æ˜Žï¼š

      1. å¢žåŠ&nbsp;æ&nbsp;·å¼æ”¯æŒä¿¡æ¯å…¬å¼€
      2. ä¿®æ”¹åŽŸV1.6ä¸­æ&nbsp;·å¼ï¼šæ‰€æœ‰æŽ§åˆ¶å­—ä½“ä¸º12px çš„å±žæ€§å…¨éƒ¨åˆ&nbsp;é™¤
*/

/**é¡¹ç›®éœ€è¦ä»Žæ–°å®šä¹‰çš„å±žæ€§ï¼š
===================================================================================================
**/

a {transition: all 0.2s ease-out 0s; color:#333}
a:hover{transition: all 0.2s ease-out 0s; color:#F00}
a:focus{outline:none;}
ul,li {list-style:none;}

.bt-bg-gray{  /*ç°è‰²*/
	background:#e5e5e5;
}
.bt-bg-red{  /*çº¢è‰²*/
	background:#e00303;
}
.bt-bg-blue{  /*è“è‰²*/
	background:#2080d1;
}

.bt-color-gray{  /*ç°è‰²*/
	color:#e5e5e5;
}
.bt-color-red{  /*çº¢è‰²*/
	color:#e00303;
}
.bt-color-blue{  /*è“è‰²*/
	color:#081eeb;
}

.bt-weight{ 
	 font-weight:bold;
}
/*ç»Ÿä¸€é»˜è®¤å€¼ç»“æŸ*/


/********æ&nbsp;‡å‡†æ¡†æž¶/å¸¸ç”¨æ&nbsp;·å¼**************/

/*åŽä¸½çš„åˆ†å‰²è¡Œ*/
.bt-note-10 {/*å®‹ä½“*/
	width:100%;
	height:10px;
	clear:both;
}
.bt-note-15 {
	width:100%;
	height:15px;
	clear:both;
}
.bt-note-20 { /*é›…é»‘*/
	width:100%;
	height:20px;
	clear:both;
}
/****é¡µé¢æ¡†æž¶=***********/
.bt-box{
	width:100%;
	height:auto;
}
.bt-box-1000 {
	width:1000px;
	height:auto;
	margin:0 auto;
}
.bt-box-980{
	width:1000px;
	*+width:980px;
	padding:0 10px;
	height:auto;
	margin:0 auto;
}

.bt-box-head,
.bt-box-main,
.bt-box-footer{
	width:100%;
	min-height:100px;
	background:#FFF;
	margin:0 auto;	
	}

.bt-box-main{ }
.bt-box-220,
.bt-box-235,
.bt-box-240,
.bt-box-310,
.bt-box-320,
.bt-box-430,
.bt-box-490,
.bt-box-520,
.bt-box-660,
.bt-box-760
{ 
	background:#FFF;
	min-height:200px;
	_height:200px;
}

/*å®‹ä½“æ¡†æž¶*/
.bt-box-220 {
	width:220px;
}
.bt-box-240 {
	width:240px;
}
.bt-box-310 {
	width:310px;
}
.bt-box-430 {
	width:430px;
}
.bt-box-520 {
	width:520px;
}
.bt-box-760 {
	width:760px;
}

/*å¸¸ç”¨æ¡†æž¶==é›…é»‘*/
.bt-box-235 {
	width:235px;
}
.bt-box-320 {
	width:320px;
}
.bt-box-490 {
	width:490px;
}
.bt-box-660 {
	width:660px;
}



/*********é¡µå¤´/é¡µè„š===éƒ¨åˆ†é€šç”¨*********/
.bt-logo{float:left}
.bt-search{
	
}

/*åº•éƒ¨å¯¼èˆª*/
.bt-footer-nav {
	width:1000px;
	height:35px;
	margin:0 auto;
	font-size:13px;
}
.bt-footer-nav span {
	padding:0 10px;
	font-weight:bold;
	line-height:35px;
}
.bt-footer-nav a {
	padding:0 20px;
	line-height:35px;
	cursor:pointer
}
/*åº•éƒ¨ç‰ˆæƒ*/
.bt-copyright {
	width:1000px;
	min-height:110px;
	margin:0 auto;
	padding:20px 0;
	*+min-height:90px;
	font-size:13px;
	text-align:center;
	display:table; /*æ¨¡æ‹Ÿtable å®žçŽ°Nè¡Œå±…ä¸­*/
}


/**bananr åŒº**/
.bt-bananr{
	width:100%;
	min-height:88px;
	line-height:88px; 
}

/**********æŒ‰é’®éƒ¨åˆ†****************/
.bt-bnt-big{
	width:188px; 
	height:45px;
	line-height: 45px;
	font-size: 17px; 
	border:0;
}
.bt-bnt-small{
	width:145px; 
	height:35px; 
	border:0;	
}

/***bnt_01æ&nbsp;·å¼å¼€å§‹**/
.bt-bnt-big-01,
.bt-bnt-small-01
{
	color:#FFF;
	background: #3385ff;
}
.bt-bnt-big-01:hover,
.bt-bnt-small-01:hover
{
	background: #5096fd;
}
.bt-bnt-big-01:active,
.bt-bnt-small-01:active
{
	background: #1c6fea;
}


/*æŒ‰é’®ç»„ä»¶-02*/
.bt-bnt-big-02 {
	background: url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bnt_02_big.png) no-repeat 0 0;
}
.bt-bnt-big-02:hover {
	background: url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bnt_02_big.png) no-repeat -189px 0;
}
.bt-bnt-big-02:active {
	background: url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bnt_02_big.png) no-repeat -378px 0;
}
.bt-bnt-small-02 {
	background: url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bnt_02_small.png) no-repeat 0 0;
}
.bt-bnt-small-02:hover {
	background: url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bnt_02_small.png) no-repeat -147px 0;
}
.bt-bnt-small-02:active {
	background: url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bnt_02_small.png) no-repeat -294px 0;
}

/*æŒ‰é’®ç»„ä»¶-03*/
.bt-bnt-big-03,
.bt-bnt-small-03
{
	border:#FFF solid 1px;
    background:none;
	color:#FFF; 
}
.bt-bnt-big-03:hover,
.bt-bnt-small-03:hover
{
	background: #2989d5;
	border: #eff0f0 solid 1px
}
.bt-bnt-big-03:active,
.bt-bnt-small-03:active
 {
	background: #04528f;
	border: #eff0f0 solid 1px
}

/***bnt_04æ&nbsp;·å¼å¼€å§‹==åœ†è§’æ&nbsp;·å¼ä»Žie9å¼€å§‹æ”¯æŒ**/
.bt-bnt-big-04 {
	line-height: 45px;
	font-size: 17px;
	border: #FFF solid 1px;
	border-radius: 25px ; 
	background:none;
	color:#FFF;
}
.bt-bnt-big-04:hover {
	background: #2989d5;
}
.bt-bnt-big-04:active {
	background: #04528f;
}
.bt-bnt-small-04 {
	line-height: 35px;
	font-size: 15px;
	border: #FFF solid 1px;
	border-radius: 25px ;
	background:none;
	color:#FFF;
}
.bt-bnt-small-04:hover {
	background: #2989d5;
}
.bt-bnt-small-04:active {
	background: #04528f;
}

/**********æ&nbsp;ç›®é¡µæ¡†æž¶****************/
.bt-column {
	min-height:400px;
	overflow:hidden;
	position:relative
}
.bt-column-menu { /*ç»å¯¹å®šä½å€¼æ˜¯è§£å†³è‡ªé€‚åº”é«˜åº¦é—®é¢˜=åŒæ—¶çˆ¶divè¦åŠ&nbsp;ç›¸å®šä½*/
	min-height:300px;
	position:absolute;
	left:0;
	top:0px;
	bottom:0px;
	background:#f6f6f6;
}


.bt-column-cen{
	width:765px; 
	height:auto;
	overflow:hidden;  
	text-align:left; 
	float:right
}

.bt-column-cen .bt-title{ 
    height:45px; 
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt_title_blue.jpg) no-repeat 10px 15px;
	border-bottom:#CCC solid 2px;
}
.bt-column-cen .bt-title span{ line-height:45px; padding:0 0 0 35px; font-size:15px; font-weight:bold}


/*******æ–‡ç«&nbsp;é¡µä¸“ç”¨æ&nbsp;·å¼********/
.bt-article{
	background:#fff;
	min-height:450px;
	padding:40px 100px; 
	margin:0 auto 
}

/***æ–‡ç«&nbsp;æ­£æ–‡**/
.article-y {
	min-height:300px;
	text-align:left; 
	font-family:"å¾®è½¯é›…é»‘"
}
.article-y .title {
	width:100%;
	line-height:40px;
	font-size:26px;
	font-weight:500;
	text-align:center;
	border-bottom:#CCC solid 1px;
	padding-bottom:10px;
	margin-bottom:5px;
}
.article-y .font {
	width:100%;
	min-height:30px;
	text-align:center
}
.article-y .font span {
	padding:0 20px;
	line-height:30px;
}
.article-y .wenz {
	width:100%;
	min-height:300px;
}
.article-y .wenz p {
	padding:5px 0 15px 0;
	text-indent:2em;
	line-height:28px;
}
.article-y .wenz img {
	padding:10px 0;
	text-align:center
}
.article-y .fenxiang {
	text-align:left;
	height:35px;
	border-bottom:#CCC dashed 1px;
	margin-top:10px;
}
.article-y .next {
	text-align:left;
	line-height:30px;
	margin-top:10px;
}
/**å®‹ä½“**/
.article {
	min-height:300px;
	text-align:left; 
	font-family:"å®‹ä½“"
}
.article .title {
	width:100%;
	line-height:40px;
	font-size:22px;
	font-weight:900;
	text-align:center;
	border-bottom:#CCC solid 1px;
	padding-bottom:10px;
	margin-bottom:5px;
}
.article .font-12{font-size:12px;}
.article .font {
	width:100%;
	min-height:30px;
	text-align:center
}
.article .font span {
	padding:0 20px;
	line-height:30px;
}
.article .wenz {
	width:100%;
	min-height:300px;
}
.article .wenz p {
	padding:5px 0 15px 0;
	text-indent:2em;
	line-height:26px;
}
.article .wenz img {
	padding:10px 0;
	text-align:center
}
.article .fenxiang {
	text-align:left;
	height:35px;
	border-bottom:#CCC dashed 1px;
	margin-top:10px;
}
.article .next {
	text-align:left;
	line-height:30px;
	margin-top:10px;
}
.article .down_bj{background:#f3f3f3}
.article .up_down{border-top:#CCC dashed 1px; border-bottom:#CCC dashed 1px; height:80px; line-height:40px; padding:15px 0;}
.article .up_down span{ line-height:24px; width:100%; display:block}
.font_l{ text-align:left !important}
.font_r{ text-align:right !important}
.m_t15{ margin-top:15px;}
.m_t30{ margin-top:30px;}

/* 1.6 ç‰ˆ åº•å±‚æ&nbsp;ç›®é¡µæ&nbsp;‡é¢˜åˆ—è¡¨åŠæ–‡ç«&nbsp;æ­£æ–‡æ&nbsp;·å¼ å¤§å­—ä½“*/

.bt_content {
	font-size:14px;
	text-decoration:none;
	color:#3D3D3D;
	line-height:26px;
}


/********ç»„ä»¶æ&nbsp;·å¼å¼€å§‹================================================================================================================

**/

/********ç«™å†…æ£€ç´¢ç»„ä»¶-01*********/
.bt-mod-xxjs-01 {
	width:321px;
	height:40px;
	text-align:right;
}
.bt-mod-xxjs-01 .bt-text {
	width:270px;
	*+width:268px;
	height:37px;
	*+height:33px;
	line-height:37px;
	background:#F3f3f3;
	border:0;
	padding-left:2px;
	float:right
}
.bt-mod-xxjs-01 .bt-bnt {
	width:51px;
	height:37px;
	float:right;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_01_bnt.png) no-repeat;
	border:0;
}
.bt-mod-xxjs-01 .bt-bnt:hover {
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_01_bnt.png) no-repeat left bottom;
}

/**ç«™å†…æ£€ç´¢ç»„ä»¶_02**/
.bt-mod-xxjs-02 {
	width:370px;
	height:40px;
	text-align:right;
}
.bt-mod-xxjs-02 .bt-text {
	width:320px;
	*+width:318px;
	height:37px;
	line-height:37px;
	background:#F3f3f3;
	border:0;
	padding-left:2px;
	float:right
}
.bt-mod-xxjs-02 .bt-bnt {
	width:50px;
	height:37px;
	float:right;
	background:#db0505;
	color:#FFF;
	border:0;
	font-size:15px;
}
.bt-mod-xxjs-02 .bt-bnt:hover {
	background:#c10202;
}

/**ç«™å†…æ£€ç´¢ç»„ä»¶_03**/
.bt-mod-xxjs-03 {
	width:370px;
	height:40px;
	text-align:right;
}
.bt-mod-xxjs-03 .bt-text {
	width:266px;
	*+width:263px; /*å…¼å®¹ie7*/
	height:39px;
	*+height:37px;
	line-height:39px;
	border:#afacac solid 1px;
	border-right:0;
	padding-left:2px;
	float:right
}
.bt-mod-xxjs-03 .bt-bnt {
	width:39px;
	height:39px;
	float:right;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_03_bnt.png) no-repeat left top;
	color:#FFF;
	border:0;
	font-size:15px;
}
.bt-mod-xxjs-03 .bt-bnt:hover {
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_03_bnt.png) no-repeat left bottom;
}

/**ç«™å†…æ£€ç´¢ç»„ä»¶_04**/
.bt-mod-xxjs-04 {
	width:371px;
	height:42px;
	text-align:right;
}
.bt-mod-xxjs-04 .bt-text {
	width:323px;
	*+width:321px;
	height:42px;
	line-height:39px;
	border:0;
	padding-left:2px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_04_text.png) no-repeat;
	float:right
}
.bt-mod-xxjs-04 .bt-bnt {
	width:48px;
	height:42px;
	float:right;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_04_bnt.png) no-repeat left top;
	color:#FFF;
	border:0;
	font-size:15px;
}
.bt-mod-xxjs-04 .bt-bnt:hover {
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_04_bnt.png) no-repeat left bottom;
}

/**ç«™å†…æ£€ç´¢ç»„ä»¶_05**/
.bt-mod-xxjs-05 {
	widtsh:200px;
	height:45px;
	text-align:right;
}
.bt-mod-xxjs-05 .bt-text {
	width:323px;
	*+width:321px;
	height:42px;
	line-height:39px;
	border:0;
	padding-left:2px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_04_text.png) no-repeat;
	float:right
}
.bt-mod-xxjs-05 .bt-bnt {
	width:48px;
	height:42px;
	float:right;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_04_bnt.png) no-repeat left top;
	color:#FFF;
	border:0;
	font-size:15px;
}
.bt-mod-xxjs-05 .bt-bnt:hover {
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/XXJS_04_bnt.png) no-repeat left bottom;
}


/**æ&nbsp;ç›®å¤–æ¡†ç»„ä»¶å¼€å§‹==========================*/


/***æ&nbsp;ç›®å¤–æ¡†æ&nbsp;‡é¢˜é€šç”¨**/

/*1.6 ç‰ˆ è¶…é“¾æŽ¥æ&nbsp;·å¼=
=æ–°ç‰ˆæœªæ¶‰åŠ*/
.bt_link {
	text-decoration:none;
	color:#3d3d3d;
}
.bt_linkb {
	text-decoration:none;
	color:#3d3d3d;
}



/***æ&nbsp;ç›®æ&nbsp;‡é¢˜é€šç”¨***/
.bt-box-title{  
	width:100%;
	height:30px;
}
.title {font-size:22px;color:#3D3D3D;font-weight:bold;line-height:150%;} /*1.6*/
.bt-box-title span{ 
	line-height:30px; 

}
.bt-box-title .bt-font {
	min-width:100px;
	float:left;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	position:relative;
}
.bt-box-title .bt-font .bt-lef-bg,
.bt-box-title .bt-font .bt-rig-bg{
	height:30px;
	float:left;
	
}
.bt-box-title .bt-font .bt-lef-bg { 

}
.bt-box-title .bt-font .bt-rig-bg {

}


.bt-box-more {  /*æ›´å¤š*/
	float:right;
	padding-right:13px;
}
.bt-box-more a {
	line-height:30px;
	font-size:13px;
	color:#999;
}
.bt-box-more a:hover {
	color:#f30;
}

/*1.6 "æ›´å¤š"æ˜¾ç¤ºæ&nbsp;·å¼*/
.bt_more {
	color:#3D3D3D;
    line-height: 30px;
    display: block;
    float: right;
}
a.bt_more {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a.bt_more:hover {
	text-decoration:none;
	color:#ff0000;
}

/***æ—¥æœŸæ—¶é—´***/
.bt-data-time { 	
	float:right;
	color:#666;

}
.bt-data-time a{color:#999;}

/*1.6 æ—¶é—´æ˜¾ç¤ºæ&nbsp;·å¼*/
.bt_time {
	color:#999999;
}
.bt_date {
	color:#999999;
}


/*****æ&nbsp;ç›®å¤–æ¡†-01ç»„ä»¶**/
.bt-mod-lmwk-01 {
	border:#d1e7f2 solid 1px;
}
.bt-mod-lmwk-01 .bt-box-title{

	border-bottom:#d1e7f2 solid 1px;
	background:#f5fafd 
}
.bt-mod-lmwk-01 .bt-box-title .bt-font {
	padding:0 15px 0 35px;
	border-top:#1a6ab6 solid 2px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_01.png) no-repeat 10px 6px #FFF;
	margin-top:-1px;
	margin-left:20px;
	border-left:#d1e7f2 solid 1px;
	border-right:#d1e7f2 solid 1px;
	height:31px;
	*+height:30px;
}
.bt-mod-lmwk-01 .bt-box-title .bt-font  span {
	line-height:31px;
	*+line-height:30px;
	color:#1a6ab6
}


/*æ&nbsp;ç›®å¤–æ¡†-02ç»„ä»¶*/
.bt-mod-lmwk-02 {
	border:#d1e7f2 solid 1px;
}
.bt-mod-lmwk-02 .bt-box-title {
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_02.png) repeat-x;
	margin-top:-1px;
}
.bt-mod-lmwk-02 .bt-box-title img { /*ä¿®é¥°å›¾æ&nbsp;‡*/
	float:left;
	margin:6px 10px 0 0px;
}

.bt-mod-lmwk-02 .bt-box-title .bt-font {
	padding:0 15px;	background:#FFF;
	height:28px;
	margin-top:2px;
}
.bt-mod-lmwk-02 .bt-box-title .bt-font span {
	line-height:33px;
	color:#1a6ab6
}

/*æ&nbsp;ç›®å¤–æ¡†-03ç»„ä»¶*/
.bt-mod-lmwk-03 {border:#d8d8d8 solid 1px;}
.bt-mod-lmwk-03 .bt-box-title {
	border-bottom:#00F solid 1px;
}

.bt-mod-lmwk-03 .bt-box-title .bt-font {
	padding:0 35px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_03.png) no-repeat 15px 10px;
}
.bt-mod-lmwk-03 .bt-box-title .bt-font span {
	line-height:30px;
	color:#1a6ab6
}



/*æ&nbsp;ç›®å¤–æ¡†-04ç»„ä»¶*/
.bt-mod-lmwk-04 {
	border:#d8d8d8 solid 1px;
}
.bt-mod-lmwk-04 .bt-box-title {
	border-bottom:#c91212 solid 1px;
}
/*å¤–æ¡†*/
.bt-mod-lmwk-04 .bt-font {
	color:#FFF;
}
.bt-mod-lmwk-04 .bt-font .bt-lef-bg {
	padding-left:15px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_04.png) no-repeat left top

}
.bt-mod-lmwk-04 .bt-font .bt-rig-bg {
	width:15px;
	overflow:hidden;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_04.png) no-repeat top right

}
.bt-mod-lmwk-04 .bt-font .bt-sanjiao{
	width:0px;
	height:0px;
	border-left:6px solid #fff;
	border-right:6px solid #fff;
	border-top:7px solid #c91212;
	position:absolute;
	left:45%;
	right:50%;
	bottom:-7px;
	display:block;
}


/*æ&nbsp;ç›®å¤–æ¡†-07ç»„ä»¶*/
.bt-mod-lmwk-07 {}
.bt-mod-lmwk-07 .bt-box-title {
	height:35px;
	*+height:33px;
	border-bottom:#d7d7d7 solid 2px;
}
.bt-mod-lmwk-07 .bt-box-title .bt-font {
	height:33px;
	padding:0 45px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_07.png) no-repeat;
	margin-top:2px;
}
.bt-mod-lmwk-07 .bt-box-title .bt-font span {
	line-height:33px;
	font-size:15px;
	color:#1a6ab6
}


/*æ&nbsp;ç›®å¤–æ¡†-08ç»„ä»¶*/
.bt-mod-lmwk-08 {}
.bt-mod-lmwk-08 .bt-box-title {
	height:35px;
	*+height:33px;
	border-bottom:#d7d7d7 solid 2px;
}
/*å¤–æ¡†*/
.bt-mod-lmwk-08 .bt-box-title .bt-font {
	padding:0 15px 0 30px;
	border-bottom:#c91212 solid 2px;
	color:#c91212;
	height:35px;
	*+height:33px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_08.png) no-repeat 5px 5px;
}
.bt-mod-lmwk-08 .bt-box-title span {
	line-height:33px;
}



/***************æ&nbsp;‡é¢˜é“¾æŽ¥ ç»„ä»¶å¼€å§‹=====================*/
.bt-prefix{float:left; min-width:3px;}
.bt-prefix-bj-d{ background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt_prefix_d.gif) no-repeat; padding-right:13px;}
.bt-prefix-bj-s{ background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt_prefix_s.gif) no-repeat; padding-right:13px;}

.bt-mod-wzpb-01,
.bt-mod-wzpb-02,
.bt-mod-wzpb-03,
.bt-mod-wzpb-04,
.bt-mod-wzpb-05,
.bt-mod-wzpb-06,
.bt-mod-wzpb-07,
.bt-mod-wzpb-08,
.bt-mod-wzpb-09,
.bt-mod-wzpb-10
{
	width:100%;
	height:auto;
	position:relative;
	padding:0 15px;
	display:table;
}
.bt-mod-wzpb-01 ul,
.bt-mod-wzpb-02 ul,
.bt-mod-wzpb-03 ul,
.bt-mod-wzpb-04 ul,
.bt-mod-wzpb-05 ul,
.bt-mod-wzpb-06 ul,
.bt-mod-wzpb-07 ul,
.bt-mod-wzpb-08 ul,
.bt-mod-wzpb-09 ul,
.bt-mod-wzpb-10 ul
 {
	margin:0;
	padding:0;
}

.bt-mod-wzpb-01 .bt-data-time,
.bt-mod-wzpb-02 .bt-data-time,
.bt-mod-wzpb-03 .bt-data-time,
.bt-mod-wzpb-04 .bt-data-time,
.bt-mod-wzpb-05 .bt-data-time,
.bt-mod-wzpb-06 .bt-data-time,
.bt-mod-wzpb-07 .bt-data-time,
.bt-mod-wzpb-08 .bt-data-time,
.bt-mod-wzpb-09 .bt-data-time,
.bt-mod-wzpb-10 .bt-data-time
{float:right; color:666;
}

/*æ–‡å­—æŽ’ç‰ˆç»„-01ç»„ä»¶****/
.bt-mod-wzpb-01{
	padding:3px 15px 15px 15px
}

.bt-mod-wzpb-01 li {
	width:100%;
	min-height:35px;
	float:left;
	border-bottom:#e2e2e2 solid 1px;
}

/*wzpb-01 ç‹¬æœ‰å‰ç¼€å±žæ€§*/
.bt-mod-wzpb-01 li .bt-prefix{height:35px;}
.bt-mod-wzpb-01 li .bt-prefix img{ margin:16px 10px 0 0; display:block}
.bt-mod-wzpb-01 .bt-prefix-bj-d{background-position: 0 16px}
.bt-mod-wzpb-01 .bt-prefix-bj-s{background-position: 0 15px}


.bt-mod-wzpb-01 li a {line-height:35px; float:left}
.bt-mod-wzpb-01 li a:hover {	
}
.bt-mod-wzpb-01 .bt-data-time{ line-height:35px;}

/***æ–‡å­—æŽ’ç‰ˆç»„-02ç»„ä»¶****/
.bt-mod-wzpb-02{padding:3px 15px 15px 15px}
.bt-mod-wzpb-02 li {
	width:100%;
	min-height:35px;
	float:left; 
	border-bottom:#CCC dashed 1px;
}


/*wzpb-02 ç‹¬æœ‰å‰ç¼€å±žæ€§*/
.bt-mod-wzpb-02 li .bt-prefix{height:35px;}
.bt-mod-wzpb-02 li .bt-prefix img{ margin:16px 10px 0 0; display:block}
.bt-mod-wzpb-02 .bt-prefix-bj-d{background-position: 0 16px}
.bt-mod-wzpb-02 .bt-prefix-bj-s{background-position: 0 15px}

.bt-mod-wzpb-02 li a {
	line-height:35px;
	float:left;
}
.bt-mod-wzpb-02 li a:hover{
}
.bt-mod-wzpb-02 .bt-data-time{line-height:35px;}

/***æ–‡å­—æŽ’ç‰ˆç»„-03ç»„ä»¶****/
.bt-mod-wzpb-03 {
	padding:6px 15px 10px 15px;
}
.bt-mod-wzpb-03 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-03 li {
	width:100%;
	min-height:30px;
	float:left;
}

/*wzpb-03 ç‹¬æœ‰å‰ç¼€å±žæ€§*/
.bt-mod-wzpb-03 li .bt-prefix{height:30px;}
.bt-mod-wzpb-03 li .bt-prefix img{ margin:12px 8px 0 0; display:block}
.bt-mod-wzpb-03 .bt-prefix-bj-d{background-position: 0 13px}
.bt-mod-wzpb-03 .bt-prefix-bj-s{background-position: 0 13px}

.bt-mod-wzpb-03 li a {
	line-height:30px;
	float:left;
}

.bt-mod-wzpb-03 li .bt-data-time { line-height: 30px;}

/***æ–‡å­—æŽ’ç‰ˆç»„-04ç»„ä»¶****/
.bt-mod-wzpb-04{
	padding:8px 15px 8px 15px
}
.bt-mod-wzpb-04 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-04 li {
	width:100%;
	min-height:30px;
	float:left
}
.bt-mod-wzpb-04 li .bt-data-time {
	line-height:30px;
	color:#999;
	font-size:13px;
	float:left;
	padding-right:29px;
	text-align:left; 
	display:block
}
.bt-mod-wzpb-04 li a {
	line-height:30px;
	float:left;
}

/***æ–‡å­—æŽ’ç‰ˆç»„-05ç»„ä»¶****/
.bt-mod-wzpb-05{
	padding:5px 15px 15px 15px
}
.bt-mod-wzpb-05 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-05 li {
	width:100%;
	min-height:40px;
	float:left;
	border-bottom:#CCC dashed 1px;
}

/*wzpb-05 ç‹¬æœ‰å‰ç¼€å±žæ€§*/
.bt-mod-wzpb-05 li .bt-prefix{height:30px;}
.bt-mod-wzpb-05 li .bt-prefix img{ margin:17px 8px 0 0; display:block}
.bt-mod-wzpb-05 .bt-prefix-bj-d{background-position: 0 18px}
.bt-mod-wzpb-05 .bt-prefix-bj-s{background-position: 0 18px}

.bt-mod-wzpb-05 li a {
	line-height:39px;
	float:left;
}

.bt-mod-wzpb-05 li .bt-data-time { line-height: 39px;}

/***æ–‡å­—æŽ’ç‰ˆç»„-06ç»„ä»¶****/
.bt-mod-wzpb-06{
	padding:5px 15px 15px 15px
}
.bt-mod-wzpb-06 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-06 li {
	width:100%;
	min-height:40px;
	float:left;
	border-bottom:#CCC solid 1px;
}

/*wzpb-06 ç‹¬æœ‰å‰ç¼€å±žæ€§*/
.bt-mod-wzpb-06 li .bt-prefix{height:30px;}
.bt-mod-wzpb-06 li .bt-prefix img{ margin:17px 8px 0 0; display:block}
.bt-mod-wzpb-06 .bt-prefix-bj-d{background-position: 0 18px}
.bt-mod-wzpb-06 .bt-prefix-bj-s{background-position: 0 18px}

.bt-mod-wzpb-06 li a {
	line-height:39px;
	float:left;
}
.bt-mod-wzpb-06 li .prefix {
	width:0px;
	height:0px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	border-left:4px solid #666; /*æ–¹å‘è‰²*/
	margin:18px 10px 0 0px
}
.bt-mod-wzpb-06 li .bt-data-time { line-height: 39px;}

/****æ–‡å­—æŽ’ç‰ˆç»„-07ç»„ä»¶****

ä¸¤è¡Œ/æŠ˜è¡Œæ˜¾ç¤º====æ—¥æœŸå†å³ä¸‹è§’ä½ç½®*/
.bt-mod-wzpb-07{
	padding:3px 15px 15px 15px;
}
.bt-mod-wzpb-07 ul {
	margin:0;
	padding:0
}
.bt-mod-wzpb-07 li {
	width:100%;
	height:auto;
	border-bottom:#ccc solid 1px;
	position:relative;
	padding:6px 0;
	float:left
}
.bt-mod-wzpb-07 li a {
	width:100%;
	line-height:22px;
}
.bt-mod-wzpb-07 li .bt-data-time {
	position:absolute;
	bottom:2px;
	right:0px;
	line-height:24px;
}

/****æ–‡å­—æŽ’ç‰ˆç»„-07ç»„ä»¶****/
.bt-mod-wzpb-08 {
	padding: 5px 15px 10px 15px
}
.bt-mod-wzpb-08 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-08 li {
	width:100%;
	height:45px;
	float:left;
	margin:6px 0;
	border-bottom:#CCC dashed 1px;
}
.bt-mod-wzpb-08 li .bt-data-time {
	width:52px;
	height:45px;
	float:left;
	margin:0 10px 0 0;
	display:block;
	text-align:center;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/lmkj_08-1.png) no-repeat;
}

.bt-mod-wzpb-08 li .bt-day {/*æ—¥æœŸåœ¨ä¸Šé¢ï¼Œå­—å·å¤§**/
	width:52px;
	height:28px;
	line-height:25px;
	color:#fff;
	font-size:18px;
	display:block
}

.bt-mod-wzpb-08 li .bt-month {   /*å¹´ä»½å’Œæœˆä»½ä¸‹é¢ï¼Œå­—å·å°**/
	width:52px;
	color:#fff;
	height:18px;
	line-height:18px;
	font-size:10px;
	display:block
}

.bt-mod-wzpb-08 li a {    
	height:45px;
	line-height:40px;
	text-align:left;
}


/****æ–‡å­—æŽ’ç‰ˆç»„-09ç»„ä»¶****/
.bt-mod-wzpb-09 {
	padding:5px 15px 15px 15px
}
.bt-mod-wzpb-09 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-09 li {
	width:100%;
	height:auto;
	position:relative;
	padding:10px 0;
	float:left;
	border-bottom:#CCC dashed 1px;
}
.bt-mod-wzpb-09 span {
	display:block
}
.bt-mod-wzpb-09 li .bt-nrw_pic {
	float:left;
	margin:5px 10px 0 0
}
.bt-mod-wzpb-09 li .bt-h1 {
	height:35px;
}
.bt-mod-wzpb-09 li .bt-font {
	line-height:22px;
	color:#999;
}
.bt-mod-wzpb-09 li .bt-data-time {
	position:absolute;
	bottom:10px;
	right:0px;
	line-height:24px;
	font-size:12px;
}
.bt-mod-wzpb-09 li a {
	line-height:30px;
	font-size:18px;
}

/****æ–‡å­—æŽ’ç‰ˆç»„-10ç»„ä»¶****/
.bt-mod-wzpb-10 {
	padding:0 15px 15px 15px
}
.bt-mod-wzpb-10 ul {
	margin:0;
	padding:0;
}
.bt-mod-wzpb-10 li {
	width:100%;
	height:auto;
	position:relative;
	padding:10px 0 6px 0;
	float:left;
	border-bottom:#CCC dashed 1px;
}
.bt-mod-wzpb-10 span {
	display:block
}
.bt-mod-wzpb-10 li .bt-nrw_pic {
	float:left;
	max-width:160px;
	margin:5px 10px 0 0;
}
.bt-mod-wzpb-10 li .bt-h1 {
	height:35px;
}
.bt-mod-wzpb-10 li .bt-font {
	min-height:50px;
	line-height:22px;
	color:#999;
}
.bt-mod-wzpb-10 li .bt-other {
	height:30px;
	color:#999;
}
.bt-mod-wzpb-10 li .bt-source{
	float:right;
	line-height:30px;
	font-size:12px;
}
.bt-mod-wzpb-10 li .bt-source a{ 
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt-fenxiang.png) no-repeat 30px 1px;
	padding-left:50px;
	line-height:30px;
	font-size:12px;
}

.bt-mod-wzpb-10 li .bt-data-time {
	position:absolute;
	top:15px;
	right:0px;
	line-height:24px;
	font-size:12px;
}
.bt-mod-wzpb-10 li a {
	line-height:30px;
	font-size:18px;
}

/**å›¾ç‰‡+æ‘˜è¦å½¢å¼****/
.bt-mod-intro {
	height:auto;
	overflow:hidden;
	padding:10px ;
	position:relative
}
.bt-mod-intro img {
	float:left;
	margin:3px 10px 0 0px }
.bt-mod-intro span {
	position:relative;
	line-height:24px;
	text-indent:2em;
}
.bt-mod-intro a {
	position:absolute;
	bottom:10px;
	right:10px;
	height:24px;
}

/************å½“å‰ä½ç½®***********/
.bt-position {
	width:1000px;
	height:35px;
	line-height:35px;
	color:#000;
	margin:0 auto;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt_position_blue.png) no-repeat 2px 12px  ; /*å¦‚éœ€ä½¿ç”¨çº¢è‰²ç‰ˆè¯·å°†blueæ¢æˆred*/
}
.bt-position span {
	line-height:35px;
	float:left;
	padding:0 5px 0 25px;
	
}
.bt-position img {
	margin:0 5px 0 0
}
.bt-position-cen table {
	float:left
}
.bt-position-cen a {
	padding-right:5px;
	line-height:30px;
	font-size:13px;
}

.location{ height:30px; float:left}
.location span{padding-ringht:10px;height:30px; float:left; text-align:left}
.location a{ line-height:30px;}
table{width:auto}
td{width:auto}


/********jsé…å¥— æ&nbsp;·å¼å¼€å§‹================================================================================================================
**/
/****** ä¸»å¯¼èˆª é…å¥—æ&nbsp;·å¼å¼€å§‹**********/
.bt-nav {
	width:100%;
	min-height:35px;
	background:#666
}

/****å¯¼èˆªç»„ä»¶â€”01****/
.bt-nav-01 {
	width:1000px;
	height:35px;
	margin:0 auto;
	position:relative;
}
.bt-nav-01 ul {
	margin:0;
	padding:0;
}
.bt-nav-01 li {
	width:125px;
	height:35px;
	line-height:35px; float:left;
	color:#FFF;
	text-align:center;
	position:relative;
}
.bt-nav-01 li a {
	display:block;
	float:left;
	width:100%;
	line-height:35px;
	color:#fff;
	font-size:15px;
}
.bt-nav-01 li a:hover {
	background:#424242
}
.bt-nav-01 li .bt-subdiv {
	display:none;
}
.bt-nav-01 li:hover .bt-subdiv {
	display:block;
	position:absolute;
	left:0;
	top:35px;
	z-index:999;
	background:#a9a9a9;
}
.bt-nav-01 li:hover .bt-subdiv li {
	border-bottom:#b7b7b7 solid 1px;
	overflow:hidden
}
.bt-nav-01 li:hover .bt-subdiv li a {
	display: block;
	color:#FFF;
	text-align:left;
	padding-left:20px;
}
.bt-nav-01 li:hover .bt-subdiv li a:hover {background:#424242;}



/** ä¸»å¯¼èˆª-02* æ•´ä½“å­åˆ—è¡¨ä¸‹æ‹‰*/
.bt-jq-TX-070508 {
	width:1000px;
	height:50px;
	margin:0 auto;
	position:relative;

	background:#333
}
/*çˆ¶å¯¼èˆªæ&nbsp;·å¼*/
.bt-jq-TX-070508-list {
	width:1000px;
	height:50px;
	margin:0 auto;

}
.bt-jq-TX-070508-list ul {
	margin:0;
	padding:0
}
.bt-jq-TX-070508-list li {
	width:135px;
	height:50px;
	float:left;
	text-align:center
}
.bt-jq-TX-070508-list li a {
	line-height:50px;
	display:block;
	color:#fff;
	font-size:14px;
}
.bt-jq-TX-070508-list li a:hover {
	color:#e60012;
	background:#FFF;
	cursor:pointer
}
.bt-jq-TX-070508-sub {
	width:810px;
	*+width: 787px;
	min-height:300px;
	position:absolute;
	top:50px;
	left:150px;
	clear:both; 
	display:none;
	z-index:999

}
.bt-jq-TX-070508-sub .bt-jq-TX-070508-sub-menu {
	width:100%;
	min-height:300px;
	margin:0;
	top:0;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt-jq-TX-070508-bg.jpg) no-repeat left bottom #fff;
	position:absolute;
	display:none;
	height:auto;
	padding:0 0 10px 20px;
	border:#efefef solid 1px;
	border-top:none;

}
.bt-jq-TX-070508-sub .bt-jq-TX-070508-sub-menu .navigation-down-inner {
	padding:35px 0px 0px 0px;
	position:relative;
}
/*å­æ&nbsp;ç›®==ä¸‹æ‹‰åˆ—è¡¨æ&nbsp;·å¼*/
	.bt-jq-TX-070508-sub-menu ul {
	width:100px;
	height:auto;
	float:left;
	display:block;
	overflow:hidden;
	margin:20px 0 0 28px;
	padding:0;
}
.bt-jq-TX-070508-sub-menu ul li {
	width:100px;
	line-height:45px;
	border-top:#bcbcbc 1px dashed;
	float:left;
}
.bt-jq-TX-070508-sub-menu ul li a {
	line-height:45px;
	padding-left:10px;
	display:block
}
.bt-jq-TX-070508-sub-menu ul li .three {
	color:#666;
	line-height:30px;
}
.bt-jq-TX-070508-sub-menu ul li .three:hover {
	color:#666;
	line-height:30px;
	color:#e60012
}
/*å·¦ä¾§å›¾ç‰‡æ&nbsp;·å¼*/
.bt-jq-TX-070508-pic {
	float:left;
	width:265px;
	margin-top:30px;
}
.bt-jq-TX-070508-pic img {
	max-width:285px;
}



/**************ç„¦ç‚¹å›¾ é…å¥—æ&nbsp;·å¼å¼€å§‹****************/
/* ç„¦ç‚¹å›¾ 01*/
/*ä½¿ç”¨01æ•ˆæžœå›¾ï¼šé™¤äº†css ä¿®æ”¹æŽ§åˆ¶å›¾ç‰‡å¤§å°å¤–ï¼Œè¿˜è¦åœ¨åœ¨bt-jq-flash-01.js ä¸­æŸ¥æ‰¾ï¼šmaxwidth çš„å±žæ€§ ä¿®æ”¹æœ€å¤§è¯æ•°å€¼ï¼Œä¸Žå›¾ç‰‡ä¿æŒä¸€è‡´å³å¯*/
.bt-jq-TX-010108{
	width:100%;
	height:auto;
	position:relative;

}
.bt-jq-TX-010108 ul{ 
    margin:0;
	padding:0
}
.bt-jq-TX-010108-pic{  /*æŽ§åˆ¶å›¾ç‰‡å¤§å°*/
	width:460px;
	height:285px;
	border:#CCC solid 1px;	
	position:relative; 
	overflow:hidden
	  }

.bt-jq-TX-010108-pic ul{ 
	margin:0;
	padding:0
}
.bt-jq-TX-010108-pic li{
	width:460px;
	height:285px; 
	float:left; 
	overflow:hidden
}
.bt-jq-TX-010108-pic li a{ 
	width:100%; 
	display:block
}
.bt-jq-TX-010108-pic li a img{
	width:100%;
}
.bt-jq-TX-010108-pic li span{ 
	width:100%; 
	height:40px; 
	line-height:40px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/alpha_bj.png); 
	padding-left:20px; 
	color:#FFF; 
	display:block;
	position:absolute;
	left:0; 
	bottom:0;
}
/**å·¦å³æŒ‰é’®æ&nbsp;·å¼**/
.rslides-nav{
	height:51px;
	width:31px;
	position:absolute;
	top:40%;
	left:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	opacity:0.5;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt-jq-TX-010108.png) no-repeat 0 0px;
	margin-top:-28px
}
.rslides-nav:active{
	opacity:1.0
}
.rslides-nav.next{
	left:auto;
	right:0;
	background-position:-31px 0px;
	
	}

/***åœ†ç‚¹æ&nbsp;·å¼***/
.rslides-tabs {
	clear:both;
	position:absolute; right:15px; bottom:15px;
}
.rslides-tabs li {
	display:inline;
	float:none;
	_float:left;
	*float:left;
	margin-right:5px
}
.rslides-tabs a {
	text-indent:-9999px;
	overflow:hidden;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	background:rgba(0,0,0, .2);
	background:#DDD;
	display:inline-block;
	_display:block;
	*display:block;
	width:9px;
	height:9px
}
.rslides-tabs .rslides-here a {
	background:rgba(0,0,0, .6);
	background:#390
}

/*å›¾ç‰‡æ–°é—»-ç„¦ç‚¹å›¾--01*/
.bt-jq-TX-010209{border:solid 1px #ccc;padding:2px; float:left}
.focusBox{width: 286px; height: 229px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white;position: relative;}	
&lt;!--.focusBox .pic img { width: 286px; height: 229px; display: block; } --&gt;
.focusBox .pic img {  display: block; }	
.pic{float:left;}
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }	
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }	
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}	
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }	
.focusBox .txt li a:hover{color:#ff0000;}
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }	
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }	
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }	
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }	
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;}

/***ç„¦ç‚¹å›¾æš‚å®šç‰ˆ-02***/
.slideshowItem img{max-width:100%; height:40px;}
.image img,.slideshowItem img {
	vertical-align:middle;
	text-align:center;
	border:0;
}
.imagea,.slideshowItem a {
	text-decoration:none;
}
.image img{
	width:436px;/**æ­¤å¤„ä¿®æ”¹å¤§å›¾ç‰‡å¤§å°**/ 
	height:280px;
}
#featured {
	overflow:hidden;
	position:relative;
	margin-right:5px;
}
#featured .word {
	z-index:10;
	left:0px;
	width:100%;
	color:#fff;
	bottom:0px;
	position:absolute;
	height:42px;
	background-color:#000000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#featured .word h3 {
	font-size:13px;
}
#featured .word p {
	font:12px;
}
#featured .text h3,#featured .text p{
	margin:0;
}
#featured .text {
	padding:5px;
}
#featured .ui-els-hide {
	display:none;
}
#thumbs {
	list-style-type:none;
}
#thumbs li {
	display:inline;
	float:left;
	margin-right:4px;
}

#thumbs ul{ margin:0; padding:5px 0 0 0;	
	}
#thumbs li {
	font-size:12px;
	list-style-type:none;
	margin-right:5px;  /**æ­¤å¤„ä¿®æ”¹å°å›¾ç‰‡é—´è·**/
}
#thumbs li a {
	border:#9c9c9c 2px solid;
	display:block;
	font-size:0px;
}
#thumbs li a:hover {
	border:#99cc33 2px solid;
}
#thumbs li a.current {
	border:#5fc243 2px solid;
}
#thumbs li a img{   /**æ­¤å¤„ä¿®æ”¹å°å›¾ç‰‡å¤§å°**/
	width:79px; 
	height:53px; 
	max-width:none
}
#highlight {
	padding:5px 0 5px 5px;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#FFF;
}

/*å›¾ç‰‡æ¨ªå‘ä¸é—´æ–­æ»šåŠ¨-02*/
#bt-rolling {overflow:hidden;width: 960px;}
.bt-rolling {float:left; padding:0 5px; width:192px; height:155px; }
.bt-rolling-img{width:192px; height:125px; margin:0 5px;}
.bt-rolling-img a{width:192px; height:95px; display:block}
.bt-rolling-img img{ max-width:none; width:192px; height:95px;}
.bt-rolling-img .sp-time{display:block; height:30px; line-height:30px; padding-left:10px}
#indemo {float: left; width: 800%;}
#rolling1 {float: left;}
#rolling2 {float: left; }

/******é€‰é¡¹å¡åˆ‡æ¢--é…å¥—æ&nbsp;·å¼å¼€å§‹********/
.bt-tab-01,.bt-tab-02 {
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
}
.bt-tab-01 {
	width:100%;
	height:30px;
	
	float:left;
	border-bottom:#CCC solid 1px;
}
.bt-tab-01 ul {
	margin:0;
	padding:0;
}
.bt-tab-01 li {
	line-height:29px;
	float:left;
	padding:0 15px;
	cursor:pointer;
	
}
.bt-tab-01 li.hover {
	color:#0077cf;
	border-bottom:#F00 solid 2px;
}

.bt-tab-02 {
	width:100%;
	height:30px;
	float:left;
	border-bottom:#CCC solid 1px;
}
.bt-tab-02 ul {
	margin:0;
	padding:0;
}
.bt-tab-02 li {
	line-height:29px;
	*+line-height:30px;
	float:left;
	padding:0 15px;
	cursor:pointer;
	margin-left:10px;
}
.bt-tab-02 .hover {
	color:#0077cf;
	border:#CCC solid 1px;
	border-bottom:none ;
	*+line-height:30px;
	background:#FFF
}

.bt-tab-con {
	width:100%;
	height:auto;
	position:relative;
	float:left;

}
.bt-tab-con .box-mone {
	line-height:30px;
	text-align:right;
	position:absolute;
	top:-33px;
	right:15px;
}
.bt-tab-con .box-mone a {
	line-height:30px;
	font-size:13px;
	color:#999
}
.bt-tab-con .box-mone a:hover {color:#F00}
#bt-tab-con{ display:block} 




/*************å›¾ç‰‡å·¦å³åˆ‡æ¢æ»šåŠ¨  é…å¥—æ&nbsp;·å¼å¼€å§‹*********************/
.bt-jq-TX010304 {        
	width:800px;        /*å®¹å™¨å®½åº¦*/
	height:auto;
	position:relative;
	margin-left:30px;
}
.bt-jq-TX010304 ul {
	margin:0;
	padding:0;
}
.bt-jq-TX010304 li {
	float:left;
	width:190px;
	height:120px;
	margin:0 5px;
	position:relative;
	overflow:hidden;
	color:#FFF
}
.bt-jq-TX010304 li:hover {
	color:#0060a6;
}
.bt-jq-TX010304 li a {
	display:block;
	height:120px;
}
.bt-jq-TX010304 li a img {
	margin:0;
	padding:0;

}
.bt-jq-TX010304 li .bt-font {            /*å›¾ç‰‡çš„æ–‡å­—ä»‹ç»æ&nbsp;·å¼*/
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/images/alpha_bj.png);
	width:100%;
	height:35px;
	line-height:35px;
	padding-left:20px;
	text-align:left;
	font-size:14px; 
}

.bt-jq-TX010304-prev,.bt-jq-TX010304-next {      /*æŒ‰é’®çš„æŽ§åˆ¶æ&nbsp;·å¼*/
	width:16px;
	height:25px;
	position:absolute;
	top:50px;
	z-index:99;
	cursor:pointer;
}
.bt-jq-TX010304-prev {            /*æŒ‰é’®å›¾ç‰‡æ›¿æ¢*/        
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt_img_act_left.png) no-repeat;
	left:10px;
}
.bt-jq-TX010304-next {            /*æŒ‰é’®å›¾ç‰‡æ›¿æ¢*/
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt_img_act_right.png) no-repeat;
	position:absolute;
	right:10px
}





/*************è¿”å›žé¡¶éƒ¨***********************/
.bt-jq-TX-1603 {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 46px;
	z-index: 999;
}
.bt-jq-TX-1603 a {
	transition:none;
	display: block;
	width: 46px;
	height: 46px;
	margin-bottom: 10px;
	background:url(../../../../../../ADMINI%7E1/AppData/Local/Temp/Rar$DIa0.901/bt-go-top.png) no-repeat;
}
.bt-jq-TX-1603 a:last-child {
	margin-bottom: 0;
}
.bt-jq-TX-1603 .bt-jq-TX-1603-link {
	background-position: 0 -150px;
}
.bt-jq-TX-1603 .bt-jq-TX-1603-link:hover {
	transition:none;
	background-position: 0 -250px;
}
.bt-jq-TX-1603 .feedback {
	background-position: 0 -100px;
}
.bt-jq-TX-1603 .feedback:hover {
	transition:none;
	background-position: 0 -300px;
}
.bt-jq-TX-1603 .uc-2vm {transition:none;
	background-position: 0 0;
}
.bt-jq-TX-1603 .uc-2vm:hover {
	transition:none;
	background-position: 0 -350px;
}
.bt-jq-TX-1603 .go{transition:none;
	background-position: 0 -150px;}
.bt-jq-TX-1603 .go:hover{transition:none;
	background-position: 0 -250px;}
/*
.bt-go-top .share{background-position: 0 -50px;}
.bt-go-top .share:hover{background-position: 0 -200px;}
*/
.bt-jq-TX-1603 .uc-2vm-pop{
	position: absolute;right: 60px;top: -100px;
	width: 240px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.bt-jq-TX-1603 .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.bt-jq-TX-1603 .uc-2vm-pop .logo-2wm-box{position: relative;}
b






/***********é™„è¡¨ css 3 æˆ–css ç‰¹æ•ˆ è€ƒè™‘åˆ°å…¼å®¹æ€§ï¼Œä¸åšæŽ¨è=============================================================================
**/
/**åœ†è§’æ˜¾ç¤º**/
.bt-radius{
	-moz-border-radius: 10px;      
	-webkit-border-radius: 10px;   
	border-radius:10px;            
}

/**é˜´å½±æ˜¾ç¤º**/
.bt-shadow{
	-webkit-box-shadow: 3px 3px 3px;  
	-moz-box-shadow: 3px 3px 3px;  
	box-shadow: 3px 3px 3px;  
 	      
}

/**é€æ˜Žåº¦æ˜¾ç¤º**/
.bt-alpha{
	filter:alpha(opacity=50); /*IEæ»¤é•œï¼Œé€æ˜Žåº¦50%*/
	-moz-opacity:0.5; /*Firefoxç§æœ‰ï¼Œé€æ˜Žåº¦50%*/
	-khtml-opacity: 0.5;
	opacity:0.5;/*å…¶ä»–ï¼Œé€æ˜Žåº¦50%*/
}

/**css æŽ§åˆ¶å­—æ•°/åŠ&nbsp;çœç•¥å·**/
.bt-nowrap{
	overflow: hidden;  /*ä¸€å®šè¦æœ‰*/
	text-overflow: ellipsis;
	white-space: nowrap;
}

/**css å¼ºåˆ¶æ¢è¡Œ**/

.bt-wrap{
	word-wrap:break-word;

}

/*å…¶ä»–css ä½¿ç”¨å¤‡æ³¨

1. é’ˆå¯¹æ‰€æœ‰ieçš„å†™æ³•ï¼š
&lt;!--[if IE]&gt; 
ã€€ã€€ã€€ã€€&lt;link rel="stylesheet" type="text/css" href="ie-stylesheet.css" /&gt; 
&lt; ![endif]--&gt;

2. è‡ªé€‚åº”csså†™æ³•ï¼š

@media screen and (min-width: 1201px) { 
.abc {width: 1200px}  
} /* css æ³¨é‡Šè¯´æ˜Žï¼šè®¾ç½®äº†æµè§ˆå™¨å®½åº¦ä¸å°äºŽ1201pxæ—¶ abc æ˜¾ç¤º1200pxå®½åº¦ */ 
 /* 
@media screen and (max-width: 1200px) { 
.abc {width: 900px}  
} /* è®¾ç½®äº†æµè§ˆå™¨å®½åº¦ä¸å¤§äºŽ1200pxæ—¶ abc æ˜¾ç¤º900pxå®½åº¦ */ 
 /*
@media screen and (max-width: 900px) { 
.abc {width: 200px;}  
} /* è®¾ç½®äº†æµè§ˆå™¨å®½åº¦ä¸å¤§äºŽ900pxæ—¶ abc æ˜¾ç¤º200pxå®½åº¦ */ 

/*
æœªå®Œæš‚å®š

*/



/**åŸºç¡€æ&nbsp;·å¼å¼€å§‹ï¼š
=====================================================================================================
**/

/***å¸¸ç”¨åŸºæœ¬æ&nbsp;·å¼==å•ç‹¬è°ƒç”¨-***/
/*æµ®åŠ¨æ&nbsp;·å¼*/
.bt-left {
	float:left
}
.bt-right {
	float:right
}
.bt-clear {
	clear:both
}
.bt-none {
	display:none
}
.bt-block {
	display:block
}
.bt-hidden{ overflow:hidden}

/*è¾¹è·æ&nbsp;·å¼*/
.bt-margin-left-10 {
	margin-left:10px;
}
.bt-margin-left-15 {
	margin-left:15px;
}
.bt-margin-left-20 {
	margin-left:20px;
}
.bt-margin-left-25 {
	margin-left:25px;
}
.bt-margin-left-30 {
	margin-left:30px;
}
.bt-margin-top-10 {
	margin-top:10px;
}
.bt-margin-top-15 {
	margin-top:15px;
}
.bt-margin-top-20 {
	margin-top:20px;
}
.bt-margin-top-25 {
	margin-top:25px;
}
.bt-margin-top-30 {
	margin-top:30px;
}
.bt-margin-right-10 {
	margin-right:10px;
}
.bt-margin-right-15 {
	margin-right:15px;
}
.bt-margin-right-20 {
	margin-right:20px;
}
.bt-margin-right-25 {
	margin-right:25px;
}
.bt-margin-right-30 {
	margin-right:30px;
}
.bt-margin-bottom-10 {
	margin-bottom:10px;
}
.bt-margin-bottom-15 {
	margin-bottom:15px;
}
.bt-margin-bottom-20 {
	margin-bottom:20px;
}
.bt-margin-bottom-25 {
	margin-bottom:25px;
}
.bt-margin-bottom-30 {
	margin-bottom:30px;
}
.bt-margin-10 {
	margin:10px;
}
.bt-margin-15 {
	margin:15px;
}
.bt-margin-20 {
	margin:20px;
}
.bt-margin-25 {
	margin:25px;
}
.bt-margin-30 {
	margin:30px;
}

/*å†…è¾¹è·è®¾ç½®*/
.bt-padding-left-10 {
	padding-left:10px;
}
.bt-padding-left-15 {
	padding-left:15px;
}
.bt-padding-left-20 {
	padding-left:20px;
}
.bt-padding-left-25 {
	padding-left:25px;
}
.bt-padding-left-30 {
	padding-left:30px;
}
.bt-padding-top-10 {
	padding-top:10px;
}
.bt-padding-top-15 {
	padding-top:15px;
}
.bt-padding-top-20 {
	padding-top:20px;
}
.bt-padding-top-25 {
	padding-top:25px;
}
.bt-padding-top-30 {
	padding-top:30px;
}
.bt-padding-right-10 {
	padding-right:10px;
}
.bt-padding-right-15 {
	padding-right:15px;
}
.bt-padding-right-20 {
	padding-right:20px;
}
.bt-padding-right-25 {
	padding-right:25px;
}
.bt-padding-right-30 {
	padding-right:30px;
}
.bt-padding-bottom-10 {
	padding-bottom:10px;
}
.bt-padding-bottom-15 {
	padding-bottom:15px;
}
.bt-padding-bottom-20 {
	padding-bottom:20px;
}
.bt-padding-bottom-25 {
	padding-bottom:25px;
}
.bt-padding-bottom-30 {
	padding-bottom:30px;
}
.bt-padding-10 {
	padding:10px;
}
.bt-padding-15 {
	padding:15px;
}
.bt-padding-20 {
	padding:20px;
}
.bt-padding-25 {
	padding:25px;
}
.bt-padding-30 {
	padding:30px;
}
/*1.6 ä¸åŒå€¼*/
.padding10{ padding:10px 0px 10px 10px }
.padding15{ padding:15px 0px 15px 15px }

/*è¾¹æ¡†æ&nbsp;·å¼===å®žçº¿=è™šçº¿**/
.bt-solid {
	border:#ccc solid 1px;
}
.bt-solid-bottom {
	border-bottom:#e5e5e5 solid 1px;
}
.bt-dashedï¼Œ
.bt_unline
 {
	border:#CCC dashed 1px;
}

.bt-dashed-bottom {
	border-bottom:#e5e5e5 dashed 1px;
}

/**å¸¸ç”¨å­—ä½“æ&nbsp;·å¼
===è¡Œé«˜æ&nbsp;·å¼**/
.bt-line-height-22ï¼Œ
.line-height22 {
	line-height:22px;
}
.bt-line-height-24 {
	line-height:24px;
}
.bt-line-height-26ï¼Œ
.line-height26 {
	line-height:26px;
}
.bt-line-heiht-30 {
	height:30px;
	line-height:30px;
}
.bt-line-height-35 {
	line-height:35px;
}
.bt-line-height-40 {
	line-height:40px;
}

/*å­—ä½“å¤§å°*/
.bt-size-12{
	font-size:12px;
}
.bt-size-13{
	font-size:13px;
}
.bt-size-14{
	font-size:14px;
}
.bt-size-15{
	font-size:15px;
}
.bt-size-16{
	font-size:16px;
}
.bt-size-17{
	font-size:17px;
}

/*å­—ä½“é¢œè‰²*/
.bt-color-white{  /*ç™½è‰²*/
	color:#fff;
}
.bt-color-black{  /*é»‘è‰²*/
	color:#000;
}

/**é¢œè‰²èƒŒæ™¯**/
.bt-bg-white{  /*ç™½è‰²*/
	background:#fff;
}
.bt-bg-black{  /*é»‘è‰²*/
	background:#000;
}

/*****************2016-06-13 å¢žåŠ&nbsp;ä¿¡æ¯å…¬å¼€æ&nbsp;·å¼æ”¯æŒ****************/
.bt-font-12{font-size:12px;}
.bt_link {
	display: block;
	text-align: center;
	line-height: 30px;
	background-color: #f2f2f2;
	margin: 5px;
	padding:  0 5px;
}
.bt_link img{
    Padding-left: 10px;
    margin-bottom: 3px;  /*è¿™é‡Œçš„å€¼æ&nbsp;¹æ®å›¾æ&nbsp;‡å…·ä½“é«˜åº¦è€Œå®š*/
}

/*èŠ‚ç‚¹é“¾æŽ¥*/
.bt_xxgk_jd{
	display:block; 
	float:left;
	width:120px; /*é»˜è®¤å®½åº¦ï¼Œå…·ä½“æŒ‰ç…§å®žé™…ä½¿ç”¨ä¿®æ”¹*/
}
.bt_xxgk_jd .bt-xxgk-prefix{
	min-width:3px; 
	margin-right:5px;
}
.bt_xxgk_jd a{ line-height:30px;}

/*ajax-å½“å‰ä½ç½®*/
.bt_dqwz{ 
	border:solid 1px #ccc; 
	font-size:12px; 
	margin-top:10px;
}
.bt_dqwz table{font-size:12px; }

/*ajax-è¡¨å•è®¾ç½®*/
.bt_cx{
	border:solid 1px #ccc;
	margin:10px 0; 
	font-size:12px;
}
.bt_xxgk_text{
	width:140px;
	height:20px;
	line-height:20px;
	border-top:solid 1px #B4B4B4;
	border-left:solid 1px #B4B4B4;
	border-bottom:solid 1px #E8E8E8;
	border-right:solid 1px #E8E8E8
}
.tr_main_label{
	background:#e0e0e0; 
	height:30px; 
	margin-bottom:5px;
}

/*ajax-åˆ—è¡¨éƒ¨åˆ†*/
.tr_main_label{
	background:#e0e0e0; 
	height:30px; 
	margin-bottom:5px;
}
table.tb_main{ font-size:13px;}
table.tb_main a{font-size:13px;}
.tb_title{
	font-size:12px;
	background:#e0e0e0;
	border:#c9c7c7 solid 1px;
}
.tb_title table{font-size:12px !important;}
.inp_page{height:25px !important}
.btn_ok{ padding:0 5px;}

/*æ–‡ç«&nbsp;é¡µæ¨¡ç‰ˆ*/
.collapse_table,.collapse_table tr,.collapse_table td{
	border:1px solid #cecece;
	border-collapse:collapse; 
    padding:6px 10px;
}

.bt-xxgk-for{border: #cccccc 1px solid; width:155px; height:26px; }
.bt-margin-right-5{ margin-right:5px}

.bt-xxgk-search{border: 1px solid #ccc; width: 90px; height: 26px;*+height:24px}
.bt-xxgk-search-2{border: 1px solid #ccc; width:120px; height:26px;*+height:24px}
.bt-xxgk-bntlink{padding: 5px 0 0 5px; *+padding:0 0 0 5px}


































































































































































































































































































</pre></body></html>